projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3129a
)
(ange-ftp-skip-msgs): Skip the 530 response
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 2002 21:21:17 +0000
(21:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 2002 21:21:17 +0000
(21:21 +0000)
given by vsFTPd when accessed with a kerberised FTP client.
lisp/net/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/net/ange-ftp.el
b/lisp/net/ange-ftp.el
index bd9a432af7d1dfaf57fae1af15714a5e278c5170..010c7fe18381a52c2897eea185eaa8eb59af70f9 100644
(file)
--- a/
lisp/net/ange-ftp.el
+++ b/
lisp/net/ange-ftp.el
@@
-728,6
+728,7
@@
parenthesized expressions in REGEXP for the components (in that order)."
"^Data connection \\|"
"^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
"^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
+ "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
"^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
"*Regular expression matching ftp messages that can be ignored."
:group 'ange-ftp